ci: release packages#42
Merged
Merged
Conversation
28c0d7b to
c5cc615
Compare
c5cc615 to
0c07a26
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@moonshot-ai/kimi-code@0.2.0
Minor Changes
#30
a200a29- Add a/connectcommand that configures a provider and model from a model catalog.#30
a200a29- The/connectprovider and model pickers now support type-to-search filtering, and long lists are paginated. The/modelpicker is also paginated when many models are configured.#25
c4dd1c7- Flatten tool call data by inlining tool names and arguments at the top level, and limit legacy record migration so it only rewrites matching tool call payloads.Patch Changes
#9
e503e69- AddCtrl-Jas an additional shortcut for inserting new lines in the TUI prompt.#22
2004aed- Add wire record migration handling during session replay.#33
ab4bd09- Report the macOS product version in OAuth device information instead of the Darwin kernel version.#52
064343a- Correct theX-Msh-Platformheader value tokimi_code_cli.#38
e9e4a48- Clarify the prompt-mode error when no model is configured by pointing users to the login flow.#13
35726d7- Hide the empty current session from the sessions picker while keeping other empty sessions visible.#31
475ebad- Stop mentioning OAuth credentials in the migration UI — they are never migrated, so the previous "needs /login" notice misread as a failure. OAuth-only installs no longer trigger the migration screen.#31
475ebad- Migrate user skills from~/.kimi/skills/to~/.kimi-code/skills/during the first-launch migration; existing target skills are kept.#30
a200a29- When no models are configured,/modeland the welcome panel now point users to/login(for Kimi) and/connect(for other providers).#11
15b018f- Surface API-provided error messages during feedback, usage, login, and model setup failures.#24
7858821- Persist model selections from the terminal UI to the default configuration, and honor the configured default thinking state for new sessions.#14
0da6073- Move wire metadata handling into the record layer and keep persistence backends limited to storage operations.#12
89ea895- Retry compaction responses that do not contain a summary before updating conversation history.#29
df7a9ca- Avoid CPU spikes from large streamed tool arguments and coalesce high-frequency streaming UI updates.#47
07ed2cf- Emit session resume hint as a structured meta message in stream-json output format.#49
cf2227e- Resume sessions with a newer wire protocol version instead of failing. A warning is now shown in the TUI and records are replayed without migration.#18
a964bd2- Warn tmux users when extended key settings may prevent modified Enter shortcuts from working.#17
bfbd522- Let Kimi requests use the remaining context window for completion tokens by default while keeping explicit environment limits as hard caps.@moonshot-ai/agent-core@0.2.0
Minor Changes
c4dd1c7- Flatten tool call data by inlining tool names and arguments at the top level, and limit legacy record migration so it only rewrites matching tool call payloads.Patch Changes
#22
2004aed- Add wire record migration handling during session replay.#24
7858821- Persist model selections from the terminal UI to the default configuration, and honor the configured default thinking state for new sessions.#14
0da6073- Move wire metadata handling into the record layer and keep persistence backends limited to storage operations.#12
89ea895- Retry compaction responses that do not contain a summary before updating conversation history.#49
cf2227e- Resume sessions with a newer wire protocol version instead of failing. A warning is now shown in the TUI and records are replayed without migration.#17
bfbd522- Let Kimi requests use the remaining context window for completion tokens by default while keeping explicit environment limits as hard caps.Updated dependencies [
a200a29,c4dd1c7,df7a9ca]:@moonshot-ai/kosong@0.2.0
Minor Changes
#30
a200a29- Add a/connectcommand that configures a provider and model from a model catalog.#25
c4dd1c7- Flatten tool call data by inlining tool names and arguments at the top level, and limit legacy record migration so it only rewrites matching tool call payloads.Patch Changes
df7a9ca- Avoid CPU spikes from large streamed tool arguments and coalesce high-frequency streaming UI updates.@moonshot-ai/kimi-code-sdk@0.2.0
Minor Changes
a200a29- Add a/connectcommand that configures a provider and model from a model catalog.Patch Changes
#33
ab4bd09- Report the macOS product version in OAuth device information instead of the Darwin kernel version.#49
cf2227e- Resume sessions with a newer wire protocol version instead of failing. A warning is now shown in the TUI and records are replayed without migration.@moonshot-ai/migration-legacy@0.1.2
Patch Changes
#31
475ebad- Migrate user skills from~/.kimi/skills/to~/.kimi-code/skills/during the first-launch migration; existing target skills are kept.Updated dependencies [
2004aed,c4dd1c7,7858821,0da6073,89ea895,cf2227e,bfbd522]:@moonshot-ai/kimi-code-oauth@0.1.2
Patch Changes
#52
064343a- Correct theX-Msh-Platformheader value tokimi_code_cli.#11
15b018f- Surface API-provided error messages during feedback, usage, login, and model setup failures.